D3D12_SUBRESOURCE_DATA

Undocumented in source.
version(Windows && Direct3D_12)
struct D3D12_SUBRESOURCE_DATA {}

Members

Variables

RowPitch
LONG_PTR RowPitch;
Undocumented in source.
SlicePitch
LONG_PTR SlicePitch;
Undocumented in source.
pData
const(void)* pData;
Undocumented in source.

Meta